This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Umberto Dwofanazenakol 24.Jun.03 11:01 AM a Web browser Applications DevelopmentAll ReleasesAll Platforms
Hi, I developed a java class (notesconnect.class) to connect to a Domino server via IIOP. I compiled it with Visual J++ to make a DLL COM object to use with Delphi.
If I use ncso.jar R5 my delphi program works fine, but with Domino R6 it fails when I use embedObject metod via COM DLL returning error "4482 - Older version on server does not support this method".
Using ncso.jar R6 connection to domino server via COM DLL fails and returns "4457 - Could not get IOR from Domino Server". I tried to use ncso.jar R6 with JBuilder with no errors: it connects correctly to domino server, embedObject and all other methods work fine.